home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global prev, gSound
- if prev > 0 then
- set prev to 0
- set the visible of sprite 19 to 0
- repeat with x = 13 to 18
- set the visible of sprite x to 1
- puppetSprite(x, 0)
- end repeat
- set the soundLevel to gSound
- puppetSound("OPEN.AIF")
- updateStage()
- end if
- stopQT()
- setbar()
- go("quit")
- end
-